home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
God is Closer Than You Think
/
God is Closer.iso
/
mac
/
GICTYT.swf
/
scripts
/
DefineSprite_335
/
frame_1
/
DoAction.as
Wrap
Text File
|
2005-02-10
|
781b
|
37 lines
pdf_btn.onRollOver = function()
{
getUrl("lingo: cursor 280", "");
};
pdf_btn.onRollOut = function()
{
getUrl("lingo: cursor -1", "");
};
pdf_btn.onRelease = function()
{
getUrl("lingo: fileView(\"Week3_ThePresence.pdf\",\"pdf\")", "");
};
pp_btn.onRollOver = function()
{
getUrl("lingo: cursor 280", "");
};
pp_btn.onRollOut = function()
{
getUrl("lingo: cursor -1", "");
};
pp_btn.onRelease = function()
{
getUrl("lingo: week3Save", "");
};
webLink_btn.onRollOver = function()
{
getUrl("lingo: cursor 280", "");
};
webLink_btn.onRollOut = function()
{
getUrl("lingo: cursor -1", "");
};
webLink_btn.onRelease = function()
{
getUrl("lingo: webLink(\"http://www.godiscloserthanyouthink.com/pastors/tools/\")", "");
};